@charset "utf-8";

html,
body{
	width: 100%;
	height: 100%;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "microsoft yahei";
}

.hide{
	display: none;
}

.web_content{
	max-width: 500px;
	margin: 0 auto;
}

.head_content{
	width: 100%;
	background-color: #284473;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.head_box{
	padding: 13px 10px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	position: relative;
}

.head_title{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: center;
}

.head_title img{
	width: 144px;
}

.head_left,
.head_right{
	width: 24px;
	height: 24px;
	text-align: center;
	background: rgba(0,0,0,.5);
	border-radius: 2px;
}

.head_left img,
.head_right img{
	width: 15px;
}

.head_left img{
	margin-top: 4px;
}
.head_right img{
	margin-top: 5px;
}

.errands_nav_list{
	padding: 0 4.16666%;
	display: none;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 50px;
	right: 0;
}

.errands_nav_list ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #cccccc;
	background-image: -webkit-linear-gradient(0,#999999,#999999 50%,transparent 50%);
	background-image: -moz-linear-gradient(0,#999999,#999999 50%,transparent 50%);
	background-image: -ms-linear-gradient(0,#999999,#999999 50%,transparent 50%);
	background-image: -o-linear-gradient(0,#999999,#999999 50%,transparent 50%);
	background-image: linear-gradient(0,#999999,#999999 50%,transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.errands_nav_list ul li.navaA{
	color: #fff;
}

.webimg{
	width: 100%;
	padding-bottom: 14px;
}

.webimg ul li{
	margin-top: 10px;
	font-size: 0;
	position: relative;
}

.webimg ul li img{
	width: 100%;
}

.blank1{
	width: 16.5%;
	height: 14%;
	position: absolute;
	right: 5.6%;
	bottom: 5.9%;
	z-index: 1;
}

.blank2{
	width: 94%;
	height: 17%;
	position: absolute;
	right: 2.8%;
	bottom: 0;
	z-index: 1;
}